home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / bgfax160.zip / WILDCAT.TXT < prev    next >
Text File  |  1996-06-22  |  3KB  |  68 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with Wildcat! version 4.1             06-22-96
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. Because Wildcat! does not offer the ability to exit when it detects a fax
  8. response code from the modem, you must run BGFAX in /HOST mode.  Thus,
  9. BGFAX will answer the phone rather than Wildcat!
  10.  
  11. THIS SETUP WILL NOT WORK WITH WILDCAT 5 DUE TO THE CLIENT-SERVER NATURE.
  12.  
  13. 1. From now on, to get your system ready to answer calls, start up your
  14.    BBS by using the FBBS.BAT file included with BGFAX
  15. 2. Be sure all the BGFAX files are copied into the directory as specified
  16.    by the BGFAX environment variable (A "SET BGFAX=C:\BGFAX" line must
  17.    exist in either your AUTOEXEC.BAT or FBBS.BAT file).
  18. 3. Make sure your BGFAX.CNF file is configured to use the proper fax class
  19.    that your modem supports (you may need to comment and uncomment some
  20.    lines in the BGFAX.CNF file).
  21. 4. There is a specific line in BGFAX.CNF that must be uncommented for
  22.    Wildcat! compatibility mode (ec=MNP).
  23.  
  24. You need to make a file called EXEBBS.BAT in the BGFAX directory.
  25.  
  26. EXEBBS.BAT
  27. ~~~~~~~~~~
  28. @echo off
  29. c:
  30. cd\wildcat
  31. if %1=="LOCAL" goto local
  32. wildcat /B %1%4 %3
  33. goto end
  34. :local
  35. wildcat /L
  36. :end
  37. %bgfax%\fbbs.bat
  38.  
  39. NOTE: THIS SETUP WORKS FOR SINGLE NODE SYSTEMS, NOT MULTI-NODE!
  40. CONSULT THE WILDCAT! DOCS FOR "NODEID" FOR MORE INFORMATION ON MULTT-NODE
  41.  
  42. YOU MUST BE USING WILDCAT! VERSION 4.1 OR HIGHER.  LOWER VERSIONS DO NOT
  43. ALWAYS CORRECTLY ACCEPT HIGH SPEED CONNECT MESSAGES.
  44.  
  45. The most frequent problem people have with this setup... Once people get
  46. every thing configured, a data call comes into BGFAX, it transfers control
  47. to Wildcat, but the user that called in sees only garbage characters on
  48. their screen.  The problem is that you have BGFAX's DTE speed set to a
  49. speed different than that of what Wildcat! is using.  The port speeds in
  50. BGFAX and Wildcat! **MUST BE LOCKED AT THE SAME SPEED**  (BGFAX.CNF defaults
  51. to sp=57600, while Wildcat! may default to a locked speed of 38400.  You
  52. must change the speed in either BGFAX or Wildcat so that they are the same!)
  53.  
  54. More information is available concerning the /B command line parameter in
  55. the Wildcat! documentation.  Here are a few page number references...
  56.  
  57. Manual Date   Page Number
  58. -----------   -----------
  59. 07-01-94      165-166
  60. 11-01-94      195-196
  61. 03-31-95      204-205
  62. 10-15-95      205-206
  63.  
  64. (Thanks to Fred D at Mustang for providing the page number references.)
  65.  
  66. Regards,
  67. bgfax author
  68.